home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2155
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
1KB
|
48 lines
on(release){
if((_root.draglej == 18 || _root.draglej == 19) && _root.poz == "b")
{
_root.poz = "c";
}
if(_root.poz == "c")
{
if(_root.draglej == 18)
{
_root.pepa.gotoAndPlay("bylinyOK");
}
else if(_root.draglej == 19)
{
_root.pepa.gotoAndPlay("bylinyBAD");
}
else if(_root.ii23 == 0)
{
_root.d_mytina.i = "byliny_oko";
_root.ii23 = 1;
}
else if(_root.ii23 == 1)
{
_root.d_mytina.i = "byliny_ruka";
}
}
else
{
if(_root.poz == "b")
{
if(_root.ii23 == 0)
{
_root.set_info(156);
_root.ic_none();
_root.ic_oko();
}
else
{
_root.set_info(153);
_root.ic_none();
_root.ic_ruka();
}
}
_root.pepa.gotoAndPlay(_root.poz add "c");
}
_root.stopdragall();
_root.hideall();
}